home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Bind all relevant keys to common actions
- ;
-
- ; Function keys
- bind f1 ToggleHelp
- ;bind f6 quicksave
- ;bind f8 quickload
- bind f11 sizedown
- bind f12 sizeup
-
- bind print screenshot
- bind PAUSE pause
-
- bind t talktoggle
-
- bind 1 "impulse 1"
- bind 2 "impulse 2"
- bind 3 "impulse 3"
- bind 4 "impulse 4"
- bind 5 "impulse 5"
- bind 6 "impulse 6"
- bind 7 "impulse 7"
- bind 8 "impulse 8"
- bind 9 "impulse 9"
- bind 0 "impulse 10"
- bind - "impulse 11"
- bind = "impulse 12"
-
- bind BACKSPACE "impulse 76" // Use medkit
- bind \ "impulse 85" // Use detonator
-
- queueclear
- queuesound orb
- queuepic 5 sprites\redologo
- queuesound raven
- queuepic 5 sprites\ravlogo
- queuesound tnp
- queuecommand queuedemoloop
- queuestart
-
- con_color 255
-
-